include Setup.mak

SRCS = textures.c tex_kernels.cu tex_stubs.cu
BINARY = texture_test
BINARY_EXT=$(X_EXEEXT)
DEPS = 

include Build.mak
